home *** CD-ROM | disk | FTP | other *** search
/ Private: Geographic / Private: Geographic.iso / BOTIGA.DIR / 00003.ls < prev    next >
Encoding:
Text File  |  1998-03-26  |  201 b   |  16 lines

  1. on mouseEnter
  2.   cursor([cast "curs", cast "mask"])
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   global documento
  11.   cursor(-1)
  12.   puppetSound(0)
  13.   set documento to "tienda"
  14.   play movie "panic"
  15. end
  16.